runtime.itab._type (field)
12 uses
runtime (current package)
alg.go#L103: t := tab._type
alg.go#L264: t := tab._type
heapdump.go#L542: t := tab._type
iface.go#L69: m._type = typ
iface.go#L112: if m.inter == inter && m._type == typ {
iface.go#L163: h := itabHashFunc(m.inter, m._type) & mask
iface.go#L194: typ := m._type
iface.go#L271: t = have._type
iface.go#L419: return getitab(dst, src._type, false)
iface.go#L430: return getitab(inter, tab._type, false)
iface.go#L439: tab = getitab(inter, tab._type, true)
runtime2.go#L953: _type *_type
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |